-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{alttpr-opentracker,am2rlauncher,avalonia-ilspy,clr-loader,dafny,formula,ilspycmd,inklecate,knossosnet}: update from .NET 6/7 to .NET 8 #366067
base: master
Are you sure you want to change the base?
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for migrating most of the remaining packages using an EOL .NET and reporting these to upstreams!
Most of the main dotnet related changes look good, and since you did some refactors like moving to finalAttrs
, removing with lib;
, etc., I left some nits some about general refactor changes. Feel free to ignore if it's too out of scope.
7b36d1a
to
894e78e
Compare
This comment was marked as outdated.
This comment was marked as outdated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested each binary (except clr-loader as that's a library) whether their GUI opens or the CLI output looks good on x86_64-linux, no problems! Changes look good too, thanks :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested out knossosnet; appears to be functional
gh-gei was updated to .NET 8 (and latest version of the individual package) in #366482. |
This comment was marked as outdated.
This comment was marked as outdated.
In the interest of not having another entry to #310373, I'll be undoing a few of the alttpr-opentracker also released a new version with .NET 8 support so I'll be upgrading to that as well. |
40aa73a
to
2eb2945
Compare
|
2eb2945
to
19a0427
Compare
Patches the following packages to point to .NET 8.0:
am2rlauncher
(issue upstream: .NET 6 has hit EOL AM2R-Community-Developers/AM2RLauncher#93)avalonia-ilspy
: (issue upstream: .NET 6 has hit EOL icsharpcode/AvaloniaILSpy#151)clr-loader
(no issue upstream because they're just sample projects and not actually built)dafny
(issue upstream: Support dotnet 8 dafny-lang/dafny#4948)formula
(issue upstream: .NET 6 has hit EOL VUISIS/formula-dotnet#42)inklecate
(issue upstream: .NET 6 has hit EOL inkle/ink#922)knossosnet
(issue upstream: .NET 6 has hit EOL KnossosNET/Knossos.NET#259)The following have been upgraded to a new version that has support for a newer .NET:
ilspycmd
(upgrade to preview version was needed because it's the only one that has .NET 8 support):alttpr-opentracker
:Part of #326335.
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.